Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated gen3 lite moveit config w/ arm & gripper groups #250

Closed
wants to merge 2 commits into from

Conversation

htchr
Copy link

@htchr htchr commented Nov 1, 2024

This pull request is to separate Gen3 Lite MoveIt2 planning groups between the arm and gripper to allow for easier usage.
This pr addresses issue 249.

Created different MoveIt2 motion planning groups to separate arm and gripper planning.
Created saved group_states for arm:vertical, arm:home, gripper:open, and gripper:closed like ros1.
The new planning group requires the additional gripper group in kinematics.yaml.
Since both groups use the joint_trajectory_controller, the allow_partial_joint_goals parameter needs to be true in ros2_controllers.yaml to allow them to move independently.
Tested with:

ros2 launch kortex_bringup kortex_sim_control.launch.py sim_ignition:=false sim_gazebo:=true robot_type:=gen3_lite robot_name:=gen3_lite dof:=6 gripper:=gen3_lite_2f launch_rviz:=false
ros2 launch kinova_gen3_lite_moveit_config sim.launch.py 

Screenshot from 2024-10-31 18-00-40

change "ture" to "true"
@aalmrad
Copy link
Collaborator

aalmrad commented Nov 6, 2024

Hello @htchr ,

Your contribution is appreciated. However, this is not a complete solution. Please refer to the recently merged pull request to solve this problem.

@aalmrad aalmrad closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants